home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / Q_CLOSE.HDR < prev    next >
Text File  |  1994-04-25  |  867b  |  36 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Q_Close( cTable, cAlias ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. cTable - Database Table to Open
  12. cAlias - Alias to use for this table in this area
  13.  
  14. SHORT:
  15.  
  16. Quick Close a file in-line.
  17.  
  18. DESCRIPTION:
  19.  
  20. _Q_Close is used specifically for closing a database table opened
  21. by _Q_Open().  You must pass the Table name and alias exactly as you
  22. passed them to _Q_Open() because the same formula for identifying the
  23. database that is used there is also used here.
  24.  
  25. NOTE:
  26.  
  27.  
  28.  
  29. EXAMPLE:
  30.  
  31. _Q_Close('ACTIVITY.DBF','ACODE')
  32.  
  33. ACTIVITY.DBF is closed and it's index file.
  34.  
  35. ******************************************************************************/
  36.